home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Macintosh Demo Applications CD
/
Apple-MacintoshDemoApplicationsCD-1.0-1992.iso
/
More Information
/
QuicKeys
/
For Programmers Only.sea
/
Pascal Examples
/
Sample.make
< prev
next >
Wrap
Text File
|
1991-06-22
|
2KB
|
59 lines
# $Workfile$
# $Revision$
# makefile for MPW flavors of Sample
# © 1990 CE Software, Inc. All rights reserved.
# For QuicKeys 2 Extension Sample source code you have a royalty-free right
# to include object code derived from this Sample source code in programs
# that you develop. You also have the right to use, distribute, and license
# such programs to third parties without payment of any further license fees
# to CE Software, Inc., so long as a copyright notice sufficient to protect
# your copyright for your software in the United States or any other country;
# is included in the graphic display of your software and on the labels
# affixed to the media on which your software is distributed.
# REVISION HISTORY:
# WHEN WHO WHAT
#•••••
# 9/4 mkg created file
#•••••
#SymOptions = -sym on
COptions = {symoptions} -b
POptions = {symoptions}
Sample ƒ Sample.r SampleUI.QkyC SampleX.QkyC
rez Sample.r -t QKex -c QKxx -o {Targ}
duplicate {Targ} "{systemfolder}preferences:quickeys folder:extensions:"{Targ}
SampleUI.a.o ƒ SampleUI.a
Asm {SymOptions} SampleUI.a -o SampleUI.a.o
SampleUI.p.o ƒ SampleUI.p SampleData.p extensions.p
Pascal SampleUI.p -o SampleUI.p.o {POptions}
SampleUIFiles = SampleUI.a.o SampleUI.p.o
SampleUI.QkyC ƒ {SampleUIFiles}
Link {SymOptions} -t '????' -c '????' -rt QkyC=-14348 -sn "Main=Sample Ext UI" ∂
{SampleUIFiles} ∂
"{Libraries}"Interface.o ∂
-o {Targ}
SampleXFiles = commonExecute.a.o SampleX.p.o
SampleX.p.o ƒ SampleX.p SampleData.p extensions.p
Pascal SampleX.p -o SampleX.p.o {POptions}
SampleX.QkyC ƒ {SampleXFiles}
Link {SymOptions} -w -t '????' -c '????' -rt QkyC=-14347 -sg "Main" -ra Main=resSysHeap ∂
{SampleXFiles} ∂
"{Libraries}"Interface.o ∂
"{Libraries}"Runtime.o ∂
"{PLibraries}"PasLib.o ∂
-o {Targ}